home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMLOOPWINDOWS / TFRMLOOPWINDOWS.txt < prev   
Encoding:
Text File  |  2003-01-14  |  2.8 KB  |  119 lines

  1. inherited frmLoopWindows: TfrmLoopWindows
  2.   Left = 354
  3.   Top = 249
  4.   HelpContext = 58
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited img1616: TImage
  14.       Top = 60
  15.       Height = 12
  16.       Picture.Data = {<image000.ico>}
  17.     end
  18.     inherited memActionDesc: TMemo
  19.       Lines.Strings = (
  20.         
  21.           'Loops through all of the Windows that are currently open on the ' +
  22.           'system.  The '
  23.         
  24.           'variable specified in the Index parameter is updated with the cu' +
  25.           'rrent window title, '
  26.         
  27.           'with each successive loop, the next window title is retrieved.  ' +
  28.           'The loop ends after '
  29.         
  30.           'all the open windows have been retrieved or when a Break is enco' +
  31.           'untered.')
  32.     end
  33.   end
  34.   inherited pnlCenter: TPanel
  35.     inherited pgcControlPage: TPageControl
  36.       inherited tbsAM5Main: TTabSheet
  37.         object lnlIndex: TLabel
  38.           Left = 10
  39.           Top = 16
  40.           Width = 231
  41.           Height = 13
  42.           AutoSize = False
  43.           Caption = 'Populate &variable with window title:'
  44.           FocusControl = cboIndexVar
  45.         end
  46.         object Label1: TLabel
  47.           Left = 10
  48.           Top = 63
  49.           Width = 231
  50.           Height = 13
  51.           AutoSize = False
  52.           Caption = 'Populate variable with window &handle:'
  53.           FocusControl = cboHandleVar
  54.         end
  55.         object cboIndexVar: TAM5VarListComboBox
  56.           Left = 10
  57.           Top = 32
  58.           Width = 224
  59.           Height = 21
  60.           ItemHeight = 13
  61.           TabOrder = 0
  62.         end
  63.         object chkAllowHidden: TCheckBox
  64.           Left = 10
  65.           Top = 121
  66.           Width = 429
  67.           Height = 17
  68.           Caption = 'Include &hidden windows'
  69.           TabOrder = 1
  70.         end
  71.         object cboHandleVar: TAM5VarListComboBox
  72.           Left = 10
  73.           Top = 79
  74.           Width = 224
  75.           Height = 21
  76.           ItemHeight = 13
  77.           TabOrder = 2
  78.         end
  79.       end
  80.     end
  81.   end
  82.   inherited taclKeyboardTrap: TActionList
  83.     Left = 200
  84.   end
  85.   inherited dxSIBarManager: TdxBarManager
  86.     Categories.ItemsVisibles = (
  87.       2)
  88.     Categories.Visibles = (
  89.       True)
  90.     PopupMenuLinks = <
  91.       item
  92.         Control = lsvAM5Errors
  93.         PopupMenu = dxCheckPopup
  94.       end>
  95.     DockControlHeights = (
  96.       0
  97.       0
  98.       0
  99.       0)
  100.   end
  101.   inherited dxCheckPopup: TdxBarPopupMenu
  102.     ItemLinks = <
  103.       item
  104.         Item = itmCheckAllErrors
  105.         UserGlyph.Data = {00000000}
  106.         Visible = True
  107.       end
  108.       item
  109.         Item = itmCheckNoErrors
  110.         UserGlyph.Data = {00000000}
  111.         Visible = True
  112.       end>
  113.   end
  114.   inherited IvTranslator1: TIvTranslator
  115.     Left = 232
  116.     Top = 348
  117.   end
  118. end
  119.